3.9.98 \(\int \frac {x^2 (a+b x)^n}{\sqrt {c x^2}} \, dx\)

Optimal. Leaf size=59 \[ \frac {x (a+b x)^{n+2}}{b^2 (n+2) \sqrt {c x^2}}-\frac {a x (a+b x)^{n+1}}{b^2 (n+1) \sqrt {c x^2}} \]

________________________________________________________________________________________

Rubi [A]  time = 0.02, antiderivative size = 59, normalized size of antiderivative = 1.00, number of steps used = 3, number of rules used = 2, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.100, Rules used = {15, 43} \begin {gather*} \frac {x (a+b x)^{n+2}}{b^2 (n+2) \sqrt {c x^2}}-\frac {a x (a+b x)^{n+1}}{b^2 (n+1) \sqrt {c x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[(x^2*(a + b*x)^n)/Sqrt[c*x^2],x]

[Out]

-((a*x*(a + b*x)^(1 + n))/(b^2*(1 + n)*Sqrt[c*x^2])) + (x*(a + b*x)^(2 + n))/(b^2*(2 + n)*Sqrt[c*x^2])

Rule 15

Int[(u_.)*((a_.)*(x_)^(n_))^(m_), x_Symbol] :> Dist[(a^IntPart[m]*(a*x^n)^FracPart[m])/x^(n*FracPart[m]), Int[
u*x^(m*n), x], x] /; FreeQ[{a, m, n}, x] &&  !IntegerQ[m]

Rule 43

Int[((a_.) + (b_.)*(x_))^(m_.)*((c_.) + (d_.)*(x_))^(n_.), x_Symbol] :> Int[ExpandIntegrand[(a + b*x)^m*(c + d
*x)^n, x], x] /; FreeQ[{a, b, c, d, n}, x] && NeQ[b*c - a*d, 0] && IGtQ[m, 0] && ( !IntegerQ[n] || (EqQ[c, 0]
&& LeQ[7*m + 4*n + 4, 0]) || LtQ[9*m + 5*(n + 1), 0] || GtQ[m + n + 2, 0])

Rubi steps

\begin {align*} \int \frac {x^2 (a+b x)^n}{\sqrt {c x^2}} \, dx &=\frac {x \int x (a+b x)^n \, dx}{\sqrt {c x^2}}\\ &=\frac {x \int \left (-\frac {a (a+b x)^n}{b}+\frac {(a+b x)^{1+n}}{b}\right ) \, dx}{\sqrt {c x^2}}\\ &=-\frac {a x (a+b x)^{1+n}}{b^2 (1+n) \sqrt {c x^2}}+\frac {x (a+b x)^{2+n}}{b^2 (2+n) \sqrt {c x^2}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.02, size = 43, normalized size = 0.73 \begin {gather*} \frac {x (a+b x)^{n+1} (b (n+1) x-a)}{b^2 (n+1) (n+2) \sqrt {c x^2}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[(x^2*(a + b*x)^n)/Sqrt[c*x^2],x]

[Out]

(x*(a + b*x)^(1 + n)*(-a + b*(1 + n)*x))/(b^2*(1 + n)*(2 + n)*Sqrt[c*x^2])

________________________________________________________________________________________

IntegrateAlgebraic [F]  time = 0.20, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {x^2 (a+b x)^n}{\sqrt {c x^2}} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

IntegrateAlgebraic[(x^2*(a + b*x)^n)/Sqrt[c*x^2],x]

[Out]

Defer[IntegrateAlgebraic][(x^2*(a + b*x)^n)/Sqrt[c*x^2], x]

________________________________________________________________________________________

fricas [A]  time = 0.96, size = 66, normalized size = 1.12 \begin {gather*} \frac {{\left (a b n x + {\left (b^{2} n + b^{2}\right )} x^{2} - a^{2}\right )} \sqrt {c x^{2}} {\left (b x + a\right )}^{n}}{{\left (b^{2} c n^{2} + 3 \, b^{2} c n + 2 \, b^{2} c\right )} x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*x+a)^n/(c*x^2)^(1/2),x, algorithm="fricas")

[Out]

(a*b*n*x + (b^2*n + b^2)*x^2 - a^2)*sqrt(c*x^2)*(b*x + a)^n/((b^2*c*n^2 + 3*b^2*c*n + 2*b^2*c)*x)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {{\left (b x + a\right )}^{n} x^{2}}{\sqrt {c x^{2}}}\,{d x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*x+a)^n/(c*x^2)^(1/2),x, algorithm="giac")

[Out]

integrate((b*x + a)^n*x^2/sqrt(c*x^2), x)

________________________________________________________________________________________

maple [A]  time = 0.00, size = 44, normalized size = 0.75 \begin {gather*} -\frac {\left (-x n b -b x +a \right ) x \left (b x +a \right )^{n +1}}{\sqrt {c \,x^{2}}\, \left (n^{2}+3 n +2\right ) b^{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^2*(b*x+a)^n/(c*x^2)^(1/2),x)

[Out]

-(b*x+a)^(n+1)*x*(-b*n*x-b*x+a)/(c*x^2)^(1/2)/b^2/(n^2+3*n+2)

________________________________________________________________________________________

maxima [A]  time = 1.49, size = 45, normalized size = 0.76 \begin {gather*} \frac {{\left (b^{2} {\left (n + 1\right )} x^{2} + a b n x - a^{2}\right )} {\left (b x + a\right )}^{n}}{{\left (n^{2} + 3 \, n + 2\right )} b^{2} \sqrt {c}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^2*(b*x+a)^n/(c*x^2)^(1/2),x, algorithm="maxima")

[Out]

(b^2*(n + 1)*x^2 + a*b*n*x - a^2)*(b*x + a)^n/((n^2 + 3*n + 2)*b^2*sqrt(c))

________________________________________________________________________________________

mupad [B]  time = 0.28, size = 71, normalized size = 1.20 \begin {gather*} \frac {{\left (a+b\,x\right )}^n\,\left (\frac {x^3\,\left (n+1\right )}{n^2+3\,n+2}-\frac {a^2\,x}{b^2\,\left (n^2+3\,n+2\right )}+\frac {a\,n\,x^2}{b\,\left (n^2+3\,n+2\right )}\right )}{\sqrt {c\,x^2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x^2*(a + b*x)^n)/(c*x^2)^(1/2),x)

[Out]

((a + b*x)^n*((x^3*(n + 1))/(3*n + n^2 + 2) - (a^2*x)/(b^2*(3*n + n^2 + 2)) + (a*n*x^2)/(b*(3*n + n^2 + 2))))/
(c*x^2)^(1/2)

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \begin {cases} \frac {a^{n} x^{3}}{2 \sqrt {c} \sqrt {x^{2}}} & \text {for}\: b = 0 \\\int \frac {x^{2}}{\sqrt {c x^{2}} \left (a + b x\right )^{2}}\, dx & \text {for}\: n = -2 \\\int \frac {x^{2}}{\sqrt {c x^{2}} \left (a + b x\right )}\, dx & \text {for}\: n = -1 \\- \frac {a^{2} x \left (a + b x\right )^{n}}{b^{2} \sqrt {c} n^{2} \sqrt {x^{2}} + 3 b^{2} \sqrt {c} n \sqrt {x^{2}} + 2 b^{2} \sqrt {c} \sqrt {x^{2}}} + \frac {a b n x^{2} \left (a + b x\right )^{n}}{b^{2} \sqrt {c} n^{2} \sqrt {x^{2}} + 3 b^{2} \sqrt {c} n \sqrt {x^{2}} + 2 b^{2} \sqrt {c} \sqrt {x^{2}}} + \frac {b^{2} n x^{3} \left (a + b x\right )^{n}}{b^{2} \sqrt {c} n^{2} \sqrt {x^{2}} + 3 b^{2} \sqrt {c} n \sqrt {x^{2}} + 2 b^{2} \sqrt {c} \sqrt {x^{2}}} + \frac {b^{2} x^{3} \left (a + b x\right )^{n}}{b^{2} \sqrt {c} n^{2} \sqrt {x^{2}} + 3 b^{2} \sqrt {c} n \sqrt {x^{2}} + 2 b^{2} \sqrt {c} \sqrt {x^{2}}} & \text {otherwise} \end {cases} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**2*(b*x+a)**n/(c*x**2)**(1/2),x)

[Out]

Piecewise((a**n*x**3/(2*sqrt(c)*sqrt(x**2)), Eq(b, 0)), (Integral(x**2/(sqrt(c*x**2)*(a + b*x)**2), x), Eq(n,
-2)), (Integral(x**2/(sqrt(c*x**2)*(a + b*x)), x), Eq(n, -1)), (-a**2*x*(a + b*x)**n/(b**2*sqrt(c)*n**2*sqrt(x
**2) + 3*b**2*sqrt(c)*n*sqrt(x**2) + 2*b**2*sqrt(c)*sqrt(x**2)) + a*b*n*x**2*(a + b*x)**n/(b**2*sqrt(c)*n**2*s
qrt(x**2) + 3*b**2*sqrt(c)*n*sqrt(x**2) + 2*b**2*sqrt(c)*sqrt(x**2)) + b**2*n*x**3*(a + b*x)**n/(b**2*sqrt(c)*
n**2*sqrt(x**2) + 3*b**2*sqrt(c)*n*sqrt(x**2) + 2*b**2*sqrt(c)*sqrt(x**2)) + b**2*x**3*(a + b*x)**n/(b**2*sqrt
(c)*n**2*sqrt(x**2) + 3*b**2*sqrt(c)*n*sqrt(x**2) + 2*b**2*sqrt(c)*sqrt(x**2)), True))

________________________________________________________________________________________